-- JSON module extracted from ITU-T Y.4473 (08/2020)

//Example 3 - An example of a HistoricalLocations entity: { "value": [ { "@iot.id": 1, "@iot.selfLink": "http://example.org/v1.0/HistoricalLocations(1)", "Locations@iot.navigationLink": "HistoricalLocations(1)/Locations", "Thing@iot.navigationLink": "HistoricalLocations(1)/Thing", "time": "2015-01-25T12:00:00-07:00" }, { "@iot.id": 2, "@iot.selfLink": "http://example.org/v1.0/HistoricalLocations(2)", "Locations@iot.navigationLink": "HistoricalLocations(2)/Locations", "Thing@iot.navigationLink": "HistoricalLocations(2)/Thing", "time": "2015-01-25T13:00:00-07:00" } ], "@iot.nextLink": "http://example.org/v1.0/Things(1)/HistoricalLocations?$skip=2&$top=2" }